home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / osr5 / sco / scripts / admin / index < prev    next >
Encoding:
Text File  |  1997-08-26  |  2.9 KB  |  53 lines

  1. admin/
  2. Administrative utilities.  These were written for SCO XENIX and SCO UNIX,
  3. but most should be portable to other flavors of UNIX without too much trouble.
  4. If you don't have ksh for the #!/bin/ksh scripts, try pd-ksh, bash, or zsh.
  5. Many of them require gawk, version 2.15.5 or later.  Some require gawk 3.0.0
  6. or later.  A gawk 3.0.0 binary for SCO 5.0 can be found in the scobins/
  7. directory.
  8.  
  9. Filename   Description
  10. adduser    Add a user to the system (for SCO).  Needs makepass.
  11. autologin  Automatically log in a user on a specific tty, to be run from init.
  12. callout    Turn uucico or cu callout on and off.
  13. checkhomes Find home directories that are writable by anyone.
  14. checkown   Check files that should have the same name as their owner.
  15. chfssize   Increase size of a filesystem.  Requires asc and chr (in scripts/).
  16. chkbackup  Check multi-extent tape backups.
  17. chkboot    Check or rewrite masterboot, boot0, and boot1 files.
  18. chkdaemon  Restart daemons that have died.
  19. chklost    Report types of files in lost+found directories.
  20. chksulog   Print interesting lines from su(C) logfile.
  21. chuser     Change user's login name.
  22. divisions  Generate report on fdisk & divvy layout of system hard drives.
  23. fbackup    cpio filesystem backup utility.
  24. fdminor    Show meaning of floppy drive device node minor numbers.
  25. ftplog     Generate transfer report from wuftpd log file.
  26. ftpreport  Mail ftp transfer reports to users.
  27. hdminor    Show meaning of hard drive device node minor numbers.
  28. kvar       Print values of kernel variables.
  29. ld_unix    Link a new kernel from object files without rebuilding it.
  30. logins     Enable or disable logins without changing init state.
  31. makepass.tar.Z Generate passwords; used by 'adduser'
  32. maxtable   Print highest usage of various kernel tables found in sar logs.
  33. memuse     Show real & swap memory usage.
  34. mk_hexkeys Create a mapkey file that allows hexadecimal input of any character.
  35. mvuser     Move a user's home directory to a different parent directory.
  36. newinittab Build a new inittab file.
  37. nidleout   An idleout that allows user- tty-, and process-specific behaviour.
  38. numexec    Process pacct file & report on # of times each process executed.
  39. oldusers   Find users who have not logged in for a specified period.
  40. pacctmon   Show processes as they exit, using the process accounting system.
  41. pareacct   Reduce disk space usage of users by removing large/old files.
  42. peakprocs  Find peak number of processes that ran (using pacct logs).
  43. psf        Show processes that have particular files open.
  44. ptyclean   Print or kill off processes on ptys whose master side has closed.
  45. quota      Warn users re disk usage on systems w/o real quotas.
  46. quotcmp    Compare the output of two or more runs of quot(C)
  47. saravg     Show averages lines only from sar output.
  48. treset     Reset ttys by killing gettys.
  49. typematic  Set typematic rate of AT keyboard.
  50. usage      Builds database use by 'quota'.
  51. vectors    Show what interrupts are used for.
  52.  
  53.